PopFragmentTo

data class PopFragmentTo(val name: String, val inclusive: Boolean, val immediate: Boolean = false, val fragmentRequestKey: String? = null, val getFragmentManager: ActivityLifecycleSubscribable.LifecycleManager.() -> FragmentManager = { fragmentManager }) : NavigationSpec

Pops a Fragment from the backstack

Parameters

immediate

If true the transaction should execute without waiting for pending transactions

fragmentRequestKey

Optional key to provide to FragmentManager.setFragmentResult

getFragmentManager

Optional getter for the FragmentManager to handle popping the Fragment

Constructors

Link copied to clipboard
constructor(name: String, inclusive: Boolean, immediate: Boolean = false, fragmentRequestKey: String? = null, getFragmentManager: ActivityLifecycleSubscribable.LifecycleManager.() -> FragmentManager = { fragmentManager })

Properties

Link copied to clipboard
Link copied to clipboard
val immediate: Boolean = false
Link copied to clipboard
Link copied to clipboard